GET api/TransferCover/GetCoverDetails?type={type}®istrationNumbers[0]={registrationNumbers[0]}®istrationNumbers[1]={registrationNumbers[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
Required |
|
| registrationNumbers | Collection of string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CoverDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Breed | string |
None. |
|
| BreedId | globally unique identifier |
None. |
|
| Eligible | boolean |
None. |
|
| FreeCoverPolicyId | globally unique identifier |
None. |
|
| IneligibilityReason | string |
None. |
|
| Name | string |
None. |
|
| OwnerName | string |
None. |
|
| OwnerTelephone | string |
None. |
|
| PetId | globally unique identifier |
None. |
|
| PolicyStartDate | date |
None. |
|
| PolicyStartDateAdjusted | boolean |
None. |
|
| Species | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Breed": "sample string 1",
"BreedId": "a63e0c83-f0d3-4539-8e87-aa335ed46fa8",
"Eligible": true,
"FreeCoverPolicyId": "622183c6-63a4-4fdd-a95e-731af01bf041",
"IneligibilityReason": "sample string 3",
"Name": "sample string 4",
"OwnerName": "sample string 5",
"OwnerTelephone": "sample string 6",
"PetId": "4e00f7c8-c8e8-48d6-a616-d7988b3be36a",
"PolicyStartDate": "2026-03-23T20:16:17.667133+00:00",
"PolicyStartDateAdjusted": true,
"Species": "sample string 8"
},
{
"Breed": "sample string 1",
"BreedId": "a63e0c83-f0d3-4539-8e87-aa335ed46fa8",
"Eligible": true,
"FreeCoverPolicyId": "622183c6-63a4-4fdd-a95e-731af01bf041",
"IneligibilityReason": "sample string 3",
"Name": "sample string 4",
"OwnerName": "sample string 5",
"OwnerTelephone": "sample string 6",
"PetId": "4e00f7c8-c8e8-48d6-a616-d7988b3be36a",
"PolicyStartDate": "2026-03-23T20:16:17.667133+00:00",
"PolicyStartDateAdjusted": true,
"Species": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfCoverDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<CoverDetails>
<Breed>sample string 1</Breed>
<BreedId>a63e0c83-f0d3-4539-8e87-aa335ed46fa8</BreedId>
<Eligible>true</Eligible>
<FreeCoverPolicyId>622183c6-63a4-4fdd-a95e-731af01bf041</FreeCoverPolicyId>
<IneligibilityReason>sample string 3</IneligibilityReason>
<Name>sample string 4</Name>
<OwnerName>sample string 5</OwnerName>
<OwnerTelephone>sample string 6</OwnerTelephone>
<PetId>4e00f7c8-c8e8-48d6-a616-d7988b3be36a</PetId>
<PolicyStartDate>2026-03-23T20:16:17.667133+00:00</PolicyStartDate>
<PolicyStartDateAdjusted>true</PolicyStartDateAdjusted>
<Species>sample string 8</Species>
</CoverDetails>
<CoverDetails>
<Breed>sample string 1</Breed>
<BreedId>a63e0c83-f0d3-4539-8e87-aa335ed46fa8</BreedId>
<Eligible>true</Eligible>
<FreeCoverPolicyId>622183c6-63a4-4fdd-a95e-731af01bf041</FreeCoverPolicyId>
<IneligibilityReason>sample string 3</IneligibilityReason>
<Name>sample string 4</Name>
<OwnerName>sample string 5</OwnerName>
<OwnerTelephone>sample string 6</OwnerTelephone>
<PetId>4e00f7c8-c8e8-48d6-a616-d7988b3be36a</PetId>
<PolicyStartDate>2026-03-23T20:16:17.667133+00:00</PolicyStartDate>
<PolicyStartDateAdjusted>true</PolicyStartDateAdjusted>
<Species>sample string 8</Species>
</CoverDetails>
</ArrayOfCoverDetails>